home *** CD-ROM | disk | FTP | other *** search
/ Amiga Game-Power / Amiga Game-Power.iso / anwendungen / v draw / funstuff / viacom / makefile < prev    next >
Makefile  |  1994-05-20  |  130b  |  9 lines

  1. # :ts=8
  2. # Makefile for viacom
  3. # Leo L. Schwab            8706.6
  4.  
  5. OBJECTS =    viacom.o oddblit.o rnd.o
  6.  
  7. viacom: $(OBJECTS)
  8.     ln $(OBJECTS) -lc
  9.